From 8c392e5169e5e2d7338d36c04b17ac32e948dd6f Mon Sep 17 00:00:00 2001 From: "shand@kneesaa.uk.xensource.com" Date: Tue, 15 Aug 2006 19:53:55 +0100 Subject: [PATCH] Fix VT after hvm changes. Signed-off-by: Steven Hand --- xen/arch/x86/hvm/vmx/vmx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index 0a85952d0b..ef84d539ac 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -811,7 +811,8 @@ int start_vmx(void) vmx_init_vmcs_config(); - setup_vmcs_dump(); + if(!smp_processor_id()) + setup_vmcs_dump(); if ( (vmcs = vmx_alloc_host_vmcs()) == NULL ) { -- 2.30.2